-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DO NOT MERGE] Restore non-inlined SDXL #668
base: main
Are you sure you want to change the base?
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
For sdxl, it seems that the compilation was fine but there is an OOM error when loading to Neuron devices. Though the same checkpoint could fit into Neuron devices before... |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Thank you! |
1 similar comment
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Thank you! |
This PR is stale because it has been open 15 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
What does this PR do?
The is a PR for restoring the weights/neff non-inlined sdxl compilation (and perhaps put the default back to non-inlined if the performance is also improved) when aws-neuron/aws-neuron-sdk#859 is solved.
(it's not yet patched in neuron SDK 2.19.1)
Before submitting